c# fold list

88

c# fold list -

double product = doubles.Aggregate(1.0, (prod, next) => prod * next);

Comments

Submit
0 Comments